Feat/specs client v0 - #630
Merged
Merged
Conversation
EliNoden
force-pushed
the
feat/specs-client-v0
branch
5 times, most recently
from
July 31, 2026 09:52
eab4603 to
73e2385
Compare
EliNoden
force-pushed
the
feat/specs-client-v0
branch
5 times, most recently
from
August 11, 2026 15:00
12fb9bf to
3b94b5b
Compare
Clemsazert
requested changes
Aug 11, 2026
EliNoden
force-pushed
the
feat/specs-client-v0
branch
3 times, most recently
from
August 13, 2026 08:39
11f0cc0 to
004f661
Compare
Clemsazert
requested changes
Aug 13, 2026
New React/Vite app under tools/specs/client for browsing/managing Hub Sante schemas: sidebar nav, schema store, message detail view, shadcn UI components, ANS branding assets, Docker/nginx deploy setup.
Types, accordion primitive, field rendering, lazy-loaded route and sidebar link, squashed into one buildup commit.
EliNoden
force-pushed
the
feat/specs-client-v0
branch
from
August 13, 2026 13:07
6f8e74e to
d14fc96
Compare
Specs client use dhi images
Clemsazert
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔎 Détails
Ajout d'un nouveau service Specs, qui permet de visualiser les schemas du MDD. Gardez en tête que ceci est une v0, et que le rendu est très probablement voué à changer dans les prochaines versions.
Cette PR inclut uniquement le client en readonly, puisqu'aucune dépendance au futur serveur
🔗Ticket associé
Asana
✅ Validation
Le serveur est déployé sur intégration. Pour tester, il faut lancer le client en local. On set la variable en local :
export VITE_SPECS_API_DOMAIN=https://integration.hub.esante.gouv.fr/specs/apiPuis lancer le client :
cd tools/specs/client pnpm dev --port 5176Je peux aller sur http://localhost:5176/RS-EDA-MAJ.schema.json et observer une redirection vers http://localhost:5176/RS-EDA-MAJ.schema.json?ref=main (le search param "ref" est à "main" par défaut)
Je peux aller sur http://localhost:5176/RS-EDA-MAJ.schema.json?ref=toto et observer
🔗Ticket associé
Asana